home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / pmfli100.zip / PMFLIC.H < prev    next >
Text File  |  1993-03-01  |  581b  |  27 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. // This is the header file for the PMFLIC demo program.
  3. //
  4. // Copyright 1991 - Voyager Technologies, Inc.
  5. //////////////////////////////////////////////////////////////////////////////
  6.  
  7. //
  8. // ID of the main window
  9. //
  10. #define ID_FLIC     300
  11.  
  12. //
  13. // Dialog ID and Menu ID
  14. //
  15. #define IDM_ABOUT   301
  16.  
  17. //
  18. // null ID used in about dialog
  19. //
  20. #define ID_NULL     0
  21.  
  22. //
  23. // ID of the animation file embedded in the resource area
  24. //
  25. #define ID_VTI_FLIC  302
  26. #define ID_VTI_FLICS "#302"
  27.